*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;overflow:hidden}body{display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:'Inter',sans-serif;background:#1a1a2a;background-image:radial-gradient(circle,#2a2a3a 0,#1a1a2a 100%);color:#f0f0f0;text-align:center;padding:1rem}.main-content{max-width:650px;width:100%;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.logo{width:80px;height:auto;margin-bottom:1rem}h1{font-size:clamp(1.75rem,5vw,3rem);font-weight:700;line-height:1.2}p{font-size:clamp(1rem,2.5vw,1.15rem);font-weight:400;line-height:1.6;color:#c0c0c0;max-width:600px}.cta{display:inline-block;background-color:#00ffab;color:#1a1a2a;font-size:1.1rem;font-weight:700;text-decoration:none;padding:.9rem 2.2rem;border-radius:50px;margin-top:1rem;transition:transform .2s ease,box-shadow .2s ease}.cta:hover,.cta:focus{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,255,171,0.2)}.cookie-banner{display:none;position:fixed;bottom:0;left:0;right:0;background-color:#2a2a3a;color:#f0f0f0;padding:1rem 1.5rem;box-shadow:0 -5px 15px rgba(0,0,0,0.3);justify-content:space-between;align-items:center;gap:1rem;z-index:1000;flex-wrap:wrap}@media(max-width:600px){.cookie-banner{flex-direction:column}}.cookie-banner p{font-size:.9rem;margin:0;text-align:left;flex-grow:1;color:#f0f0f0}.cookie-btn{background-color:#00ffab;color:#1a1a2a;border:0;padding:.6rem 1.2rem;border-radius:30px;font-weight:700;cursor:pointer;font-family:'Inter',sans-serif;font-size:.9rem;white-space:nowrap;transition:background-color .2s ease}.cookie-btn:hover{background-color:#8affd7}